home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Building Homes of Our Own
/
Building Homes of our Own.iso
/
setup
/
data1.cab
/
Everything
/
working
/
houCons.dxr
/
exitFrameScripts_6.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-25
|
281 b
|
14 lines
property done
on exitFrame me
global gUserDataMan, gPromptMan
if not done then
sendAllSprites(#sendToolBarCoverAway)
if not SiteInterestAndOverHeadCharged(gUserDataMan) then
doPrompt(gPromptMan, #Site_IandOH)
end if
done = 1
end if
go(the frame)
end